home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
STANDALO
/
RESMAP-F
/
RESMAP_F.C1
< prev
Wrap
Text File
|
1991-01-27
|
730b
|
23 lines
#if NEVER
ResMap FKEY change history
1.2 -> 1.3
----------
Added a static variable to prevent reentrance. That is, if the FKEY
is running and then the user invokes the FKEY again, the second
incarnation will just beep and exit.
When handling update events, redraw the list frame and the button.
This only makes a difference if you invoke a second FKEY which causes
ResMap's window to be temporarily obscured.
Use screenBits.bounds to center the window on the main screen. (The
previous version was just centered for a 9 in. screen.)
Fixed an obscure conflict with the "Select rear window" QuicKey.
Previously, "Select rear window" could send the FKEY window behind
others, but could not bring it back to the front.
#endif